home *** CD-ROM | disk | FTP | other *** search
- Path: pm1-25.abc.se!user
- From: tommy@objecta.se (Tommy Kjellqvist)
- Newsgroups: comp.lang.c++
- Subject: implement new streams?
- Date: Mon, 15 Jan 1996 18:23:53 +0200
- Organization: ABC-Klubben
- Message-ID: <tommy-1501961823530001@pm1-25.abc.se>
- NNTP-Posting-Host: pm1-25.abc.se
-
- I would like to implement a new stream like fstrams or strstreams. My goal
- is to use for example a serial port or at tcp/ip-port in the same way as I
- do with cin/cout.
-
- As I understand it, I should derive the new class from the iostream-class
- or has I missunderstood the whole thing completely?
-
- Is there any sourcecode I could have or someone explaining the whole thing
- to me?
-
- A private mail with some commented or uncommented sourcecode would be just fine.
-
- +----------------------------------------+
- | Tommy Kjellqvist tommy@objecta.se |
- | http://www.ava.taby.se/elev/4ntkjelt |
- +----------------------------------------+
-